Notes on Tensorflow

Published on: Thu Oct 13 2016

To open up the environment for Tensorflow source activate tensorflow Navigate over to my installation directory

/anaconda/envs/tensorflow/lib/python2.7/site-packages/tensorflow

Well it's not really necessary to run from the installation directory. Just go to the project directory.

/PycharmProjects/minst_test

To save the console to a file ...

python mnist_softmax.py &> myfile.txt